org.eclipse.vtp.desktop.media.core
Class MissingContentCreatorPanel

java.lang.Object
  extended by org.eclipse.vtp.desktop.media.core.ContentCreatorPanel
      extended by org.eclipse.vtp.desktop.media.core.MissingContentCreatorPanel

public class MissingContentCreatorPanel
extends ContentCreatorPanel


Constructor Summary
MissingContentCreatorPanel()
           
 
Method Summary
 Content createContent()
           
 void createControls(org.eclipse.swt.widgets.Composite parent)
           
 void setInitialContent(Content content)
           
 
Methods inherited from class org.eclipse.vtp.desktop.media.core.ContentCreatorPanel
getControl, getMediaProvider, setControl, setMediaProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MissingContentCreatorPanel

public MissingContentCreatorPanel()
Method Detail

createContent

public Content createContent()
Specified by:
createContent in class ContentCreatorPanel

createControls

public void createControls(org.eclipse.swt.widgets.Composite parent)
Specified by:
createControls in class ContentCreatorPanel

setInitialContent

public void setInitialContent(Content content)
Specified by:
setInitialContent in class ContentCreatorPanel